home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / demos / mhdemo.zip / ALIASES < prev    next >
Text File  |  1993-02-13  |  2KB  |  51 lines

  1. #*************************************************************************
  2. # FILE..........: aliases
  3. # AUTHOR........: Alexander V. Shturm
  4. # COPYRIGHT.....: (C) 1993, SuperPhysica Center, St.-Petersburg, Russia.
  5. # VERSION.......: 1.00 [beta]
  6. # DESCRIPTION...: WinUUCP Communications Aliases Table
  7. # HISTORY.......: DATE     COMMENT
  8. #                 -------- ----------------------------------------------
  9. #                 01-02-93 Last Format Update.
  10. #*************************************************************************
  11.  
  12. # Alias            List of addresses
  13.  
  14. # ===== Necessary aliases =====
  15. Mailer-Daemon:     postmaster
  16. root:              postmaster
  17. uucp:              postmaster
  18.  
  19. # ===== Other aliases =====
  20.  
  21.  
  22. # =======================================================================
  23. #
  24. # ==> Alias:
  25. #       a fictive local user name.
  26. #
  27. # ==> List of addresses:
  28. #       a list of addresses where the message will be sent to.
  29. #
  30. #  NOTE (1) : It's possible to declare a real user name as an alias.
  31. #             In this case all mail for this user will be sent to the
  32. #             defined list of addresses.
  33. #
  34. #  NOTE (2) : NO LOOPS! Any possible loop in the definitions will 
  35. #             probably cause an awful action - from UAE to hanging.
  36. #             Simple example of a loop:
  37. #               user-1:   user-2 ...
  38. #               user-2:   user-1 ...
  39. #
  40. #  NOTE (3) : Multiline address lists aren't allowed. Use some 
  41. #             definition lines for one alias instead. They will be
  42. #             put together.
  43. #
  44. #  NOTE (4) : Alias redirection is allowed in any order. For example:
  45. #               uucp:     postmaster sysop
  46. #               admin:    uucp root
  47. #               root:     super-user
  48. #             The only limitation: try to avoid loops (see NOTE (2)) !
  49. #
  50. # =======================================================================
  51.